projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4174709
)
Add #if 0 around everything but the include of sol2-4.h.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 9 Jan 1996 23:47:56 +0000
(23:47 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 9 Jan 1996 23:47:56 +0000
(23:47 +0000)
src/s/sol2-5.h
patch
|
blob
|
history
diff --git
a/src/s/sol2-5.h
b/src/s/sol2-5.h
index 944ec5e526dccd5c38dd299f6d5993712a6da77a..e2a158ba31c39d10231107aad1f68ff11d0b28f2 100644
(file)
--- a/
src/s/sol2-5.h
+++ b/
src/s/sol2-5.h
@@
-2,6
+2,7
@@
#include "sol2-4.h"
+#if 0 /* A recent patch in unexelf.c should eliminate the need for this. */
/* Don't use the shared libraries for -lXt and -lXaw,
to work around a linker bug in Solaris 2.5.
(This also affects the other libraries used specifically for
@@
-15,3
+16,5
@@
#define STATIC_OPTION -Bstatic
#define DYNAMIC_OPTION -Bdynamic
#endif
+
+#endif /* 0 */